home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / TUTORIAL / 0222.ZIP / -README3.DOC < prev    next >
Text File  |  1985-03-14  |  957b  |  17 lines

  1. FILENAME           COMMENTS
  2. ---------------------------------------------------------------------------
  3. GETDIR    .PAS     A brief Pascal program that uses an assembly language routine
  4.                         to show how to access a disk directory through Pascal
  5.                         and Assembler.
  6. GETDIR    .OBJ     Compiled GETDIR.PAS
  7. GETSEC    .ASM     Assembler routine called by GETDIR.PAS
  8. GETSEC    .OBJ     Assembled GETSEC.ASM
  9. GETDIR    .EXE     Executable version of GETDIR.PAS
  10. VIDEO     .ASM     A short subroutine which can be called by Pascal if you
  11.                         need to perform BIOS video interrupts from Pascal.
  12. VIDEO     .OBJ     Assembled version of VIDEO.ASM
  13. PASCLG    .BAT     Automates the Pascal compile and link.
  14. PASCL     .BAT     Automates the Pascal compile and link.
  15. PASC      .BAT     Automates the Pascal compile and link.
  16. FLUSH     .BAT     Cleans up the residue of a Pascal compilation and test.
  17.